get /cloudextensions/{cloudExtensionId}/cloud/aws/encryptionkeys

List AWS Encryption Keys(getAwsEncryptionKeysUsingCloudExtensionId)

Lists the AWS Encryption Keys.

Path parameters

cloudExtensionId (required)

Path Parameter — Cloud Extension ID

Return type

array[EncryptionKey]

Amazon encryption key

id (optional)

String Unique identifier of the key

arn (optional)

String Amazon Resource Name for the key

alias (optional)

String Amazon alias for the key

 

Example data

Content-Type: application/json

[

{

"id": "11111111-2222-3333-4444-555555555555",

"arn": "arn:aws:kms:eu-west-1:12346579123:alias/aws/acm",

"alias": "alias/aws/acm"

}

]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.

  • application/json

Responses

200

OK

Default

Error ErrorInfo

errorCode (optional)

String

url(optional)

String

message (optional)

String